Click or drag to resize

ContentDispositionType Enumeration

Summary description for ContentDispositionType.

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum ContentDispositionType
Members
  Member nameValueDescription
Attachment0 Specifies that the attachment is to be displayed as a file attached to the e-mail message.
Inline1 The attachment is to be displayed as part of the e-mail message body.
See Also